Skip to content
Hifumi's Study NotesnotesProbability and StatisticsPercentile

Percentile

Tags
PAS
Cegep/2
Word count
74 words
Reading time
1 minute

The kth percentile is the number such that k% of measurements fall below that number, and the rest fall above it.
Sym. Pk(X), where X is the variable
Measure of relative standing

The kth percentile is:

  • Discrete -> first value whose F>k (interpolate with next value if F=k)
  • Continuous grouped -> Pk=Lc+(kFc1fc)wc

Contributors

Changelog